Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protongraph/protongraph
Experimental node-based software for procedural content generation
https://github.com/protongraph/protongraph
game-development godot-engine node-graph standalone
Last synced: 29 days ago
JSON representation
Experimental node-based software for procedural content generation
- Host: GitHub
- URL: https://github.com/protongraph/protongraph
- Owner: protongraph
- License: mit
- Created: 2020-01-21T09:01:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T00:33:30.000Z (12 months ago)
- Last Synced: 2024-09-29T08:14:25.875Z (about 1 month ago)
- Topics: game-development, godot-engine, node-graph, standalone
- Language: GDScript
- Homepage:
- Size: 31 MB
- Stars: 1,317
- Watchers: 50
- Forks: 85
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-node-based-uis - Protongraph - Procedural content generation [OSS] (Applications / 3D & Visuals)
- awesome-godot - ProtonGraph - Node-based tool for procedural content creation. Like visual scripting, but for 3D model generation (needs custom engine modules). (Projects / 3D)
- awesome-godot-3 - ProtonGraph - Node-based tool for procedural content creation. Like visual scripting, but for 3D model generation (needs custom engine modules). (Projects / 3D)
- awesome-godot-3 - ProtonGraph - Node-based tool for procedural content creation. Like visual scripting, but for 3D model generation (needs custom engine modules). (Projects / 3D)
- awesome-v-sekai - Proton Graph
README
# ProtonGraph
A node based software for procedural 3D content creation.
By chaining simple nodes together, you can create a complex result.
You can see it as a form of visual scripting, but for 3D models generation.![image](https://user-images.githubusercontent.com/52043844/219823785-8cb3fdfc-99cf-4b32-97a6-50a7f7a0adb5.png)
## Goals
ProtonGraph aims to be easy to use, easy to expand, and centered around game development.
The long term goal is, you can use it to create your content in advance, or embbed ProtonGraph in your
game and generate content on the fly while playing.Being open source and MIT licenced, ProtonGraph should allow that without legal headaches. We're not
there yet though, and the goal is NOT to replace Houdini or Blender Geometry Nodes.## Current status
ProtonGraph is a "Godot game" as in, it's made using the Godot engine: you can clone the project and open it with
the Godot editor. It used to be on version 3 and is now being ported to Godot 4. As a result, some features
are currently missing or broken, but the bulk of the port is done already and we're now focusing on stability
and content.## Roadmap
To track the work in progress and planned features, [head over the project board](https://github.com/orgs/protongraph/projects)
## Build from source
Automated CI actions will be added back soon, in the meantime you can manually build the project like this:
+ Compile or download the latest Godot 4 build.
+ Clone this repository.
+ Open it in Godot 4.
+ From there, you can export the project to your target platform like any Godot project.## Downloads
Check [the release tab](https://github.com/protongraph/protongraph/releases) to get access to
officials builds and see the changelogs.You can also download the latest nightly builds [from this page](https://nightly.link/protongraph/protongraph/workflows/builds/main).
## Social medias
Head over to the Discord server if you want to ask for help or hear about every little update or work in progress.
Head over to Youtube or LBRY to access video tutorials. (Most of them are outdated and will be updated once a stable
release is available)+ **Discord server:** https://discord.gg/utUtB5r
+ **Twitter:** https://twitter.com/HungryProton
+ **Youtube:** https://www.youtube.com/channel/UCN-YuzlFmOOh0A5iwiDab2w
+ **LBRY:** https://lbry.tv/@HungryProton:2## Licence
+ Unless stated otherwise, this project is available under the MIT licence.
+ Thirdparties library have their own licence but are all MIT friendly.
+ [The unofficial Godot logo redesign](https://marek95.github.io/godot.html)
featured on the splash screen is from marek95 and is used with permission.