[mythcat@fedora ~]$ git clone https://gitlab.com/brinkervii/grapejuice
Cloning into 'grapejuice'...
warning: redirecting to https://gitlab.com/brinkervii/grapejuice.git/
remote: Enumerating objects: 6632, done.
remote: Counting objects: 100% (1426/1426), done.
remote: Compressing objects: 100% (426/426), done.
remote: Total 6632 (delta 1019), reused 1375 (delta 983), pack-reused 5206
Receiving objects: 100% (6632/6632), 3.89 MiB | 3.20 MiB/s, done.
Resolving deltas: 100% (4388/4388), done.
[mythcat@fedora ~]$ cd grapejuice/
[mythcat@fedora grapejuice]$ ls
ci_scripts pylintrc setup.cfg
documentation README.md setup.py
install.py requirements.dev.txt src
LICENSE.md requirements.optional.txt tests
MANIFEST.in requirements.txt troubleshooter.py
[mythcat@fedora grapejuice]$ sudo su
[sudo] password for mythcat:
[root@fedora grapejuice]# dnf install wine
...
Total 6.0 MB/s | 634 MB 01:45
...
Complete!
[root@fedora grapejuice]# exit
exit
[mythcat@fedora grapejuice]$ ./install.py
...
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
Tuesday, January 4, 2022
Fedora 35 : Roblox Player and Roblox Studio with Grapejuice.
Wednesday, November 24, 2021
Fedora 35 : PlaneShift online game.
Monday, March 8, 2021
Fedora 33 : Unity FPS Microgame.
Thursday, October 22, 2020
Fedora 32 : Can be better? part 016.
[mythcat@desk Downloads]$ chmod a+x UnityHub.AppImage
[mythcat@desk Downloads]$ ./UnityHub.AppImage
r: 0
License accepted
...
Saturday, September 7, 2019
Fedora 30 : A general purpose 3D CAD modeler.
The FreeCAD application is an open source option product design.
This is available on Linux, Windows, Mac OS X+.
The full list with all features can be found at this wiki page.
[root@desk mythcat]# dnf search freecad
Last metadata expiration check: 0:14:20 ago on Sb 07 sep 2019 21:54:39 +0300.
======================== Name Exactly Matched: freecad =========================
freecad.x86_64 : A general purpose 3D CAD modeler
======================= Name & Summary Matched: freecad ========================
freecad-data.noarch : Data files for FreeCAD
[root@desk mythcat]# dnf install freecad.x86_64
Last metadata expiration check: 0:19:37 ago on Sb 07 sep 2019 21:54:39 +0300.
Dependencies resolved.
================================================================================
Package Arch Version Repo Size
================================================================================
Installing:
freecad x86_64 1:0.18.3-1.fc30 updates 38 M
...
Complete!
[root@desk mythcat]# exit
exit
[mythcat@desk ~]$ FreeCAD
FreeCAD 0.18, Libs: 0.18RUnknown
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019
##### #### ### ####
# # # # # #
# ## #### #### # # # # #
#### # # # # # # # ##### # #
# # #### #### # # # # #
# # # # # # # # # ## ## ##
# # #### #### ### # # #### ## ## ##
It seems to work very well.
Wednesday, October 10, 2018
Fedora 28 : Testing Blender 2.80 .
You can start to download it from the official download page.
The next step: unarchive the tar.bz file and run the blender from the newly created folder.
I try to create a package but seems the tool not working with the .spec file.
This is a screenshot with this Blender 3D software running in my Fedora 28.
Monday, June 18, 2018
Fedora 28 : Godot game engine.
You can download it from official webpage.
I used the 64 bit version.
After download and unzip you can run the binary file in your user terminal.
The Godot game engine start with a GUI.
Into the right area of screen into Scene tab two objects: Spatial and Camera.
You need to select or add a WoldEnvironment node.
Take a look to the Inspector and use with New Environment .
Run this with the play icon.
If is all right you can see something like this:
Create e new folder into your project and name it Export.
Copy the mscorelib.dll into this folder.
Go to main menu and select Project - Export and you will see this GUI for export your game.
Press Add button to select Linux/X11 output:
Select Linux and press Export Project button.
Go to Export folder and run from your linux terminal your game.
This game engine working well with Fedora 28 and the export running without errors.
Sunday, September 18, 2016
News about Blender second release candidate and other projects.
Hi everyone, Here are notes from today's 14 UTC meeting in irc.freenode.net
#blendercoders. 1) Blender 2.78 RC2 - Second release candidate is out! http://download.blender.org/release/Blender2.78/ - Release logs are also taking shape: https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.78 https://www.blender.org/features/2-78/ Based on tracker reporting and further testing we either do a RC3 or
the actual release this week. Sergey Sharybin and Bastien Montagne are
monitoring it closely. 2) Other projects and 2.8 - Currently Blender for OSX links to an Apple system library for
quicktime (qtkit). This has been deprecated for long, and will be removed from
XCode 10.12. We have to decide if we want to drop this, and make Blender for
OS X use ffmpg for all codecs. - Julian Eisel uploaded custom manipulators patch for review https://developer.blender.org/D2232 Code docs
https://wiki.blender.org/index.php?title=User:Julianeisel/Custom_Manipulators - Mike Erwin is in Amsterdam, with Dalai Felinto and others
he will do design sessions on the 2.8 viewport. Expect interesting logs and docs! Thanks, -Ton-
Tuesday, May 31, 2016
Fedora 24 alpha - Unity 3D.
This will be more one review not another tutorial.
Because I tested this application I need to understand how packages need to install.
First, I used this command to make this folder: mkdir ~/.local/share/unity3d/Packages.
I install all packages: Mono , Mono develop, libpq , nodejs-npm*, postgresql-libs, postgresql.
The Unity editor interface working well.
The next step I tested the C# default script and working well.
The development team make a great work with this.
Thursday, May 26, 2016
Fedora 24 alpha - VirtualBox and FreeCAD software.
Today I tested the FreeCAD under Fedora 24 alpha with VirtualBox.
First I update my system using the standard updater for your desktop:
sudo dnf update --refresh
sudo dnf install dnf-plugin-system-upgrade
dnf install freecad freecad-data
I have some problems with sound under my VirtualBox.
I think something block the memory when I try to make some screenshot.
See this video:
Thursday, April 21, 2016
Blender 3D new tutorial - hologram effect.
Sunday, January 10, 2016
Paul Baliker - sculptor of nature’s.
Sunday, January 4, 2015
Blender 3D - tutorial about tesla effect.
You can read it here.
This is output of video rendering .
Tuesday, October 7, 2014
News: The new Blender 3D - ver 2.72 .
I test it and is a great job make by the Blender 3D team. The splash is great ...
About the application, the new features can be found here.
... or the features that are currently in development:
- GSOC Painting additions
- Pie Menus
- Freestyle Rendering for Cycles
- Rewritten Array Modifier
- Dragging Masks with Handles
- New Drag Handles
- Intersect Tool
- HSL Color Ramps
- Sun Beams Node
- Cycles Reflective and Refractive Caustics
- Cycles experimental GPU Kernel
- Cycles Anamorphic Bokeh.
I like also the Pie menu from user interface :
About this news, you can see some video here.
Great job.
Saturday, October 5, 2013
News about NVIDIA Linux drivers.
You can download Linux Nvidia drivers from :
nvidia 32bit nvidia amd64 nvidia solaris-display nvidia linux-display-ia32 nvidia freebsd-x86 nvidia freebsd-x64
Friday, May 17, 2013
Working with GLFW library under Fedora.
This is another tutorial about OpenGL.
The main goal it's : using GLFW library.
It's very simple to use this library.
If you want to read more the go to this website.
Saturday, April 27, 2013
The new Blender 2.67 release will come with ...
The new Blender 2.67 release note can be used now with this new features:
Compositing Nodes
Cycles Rendering
Motion Tracker
Paint System Refactoring
Changes for Usability, tools, interface
FreeStyle - NPR Render
3D Printing Toolset
You can download a release candidate build for testing here .
The new AMD Catalyst - Linux x86 and x86_64
AMD has released a new graphics proprietary driver for Linux.
The new feature of Catalyst 13.4 for Linux supports all Radeon HD 5000/6000/7000 videocards.
You can download Catalyst 13.4 for Linux from here.
The new Catalyst 13.4 for Linux is an OpenGL 4.2 - GL_VERSION: 4.0.12217 Core Profile Context 12.104 driver.
Saturday, April 20, 2013
Use SpiderGL to test your shaders ...
SpiderGL is a JavaScript 3D Graphics library which relies on WebGL for realtime rendering.
You can test it online using your browser using this website.
The website allow you to write shaders and also rendering the output.
Read more about shaders tutorial here.