https://github.com/calbabreaker/varak
A cross-platform engine that can make applications such as games.
https://github.com/calbabreaker/varak
Last synced: 9 months ago
JSON representation
A cross-platform engine that can make applications such as games.
- Host: GitHub
- URL: https://github.com/calbabreaker/varak
- Owner: Calbabreaker
- License: gpl-3.0
- Created: 2020-10-23T07:17:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T06:05:01.000Z (over 4 years ago)
- Last Synced: 2025-10-13T11:12:52.951Z (9 months ago)
- Language: C++
- Homepage:
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Varak Engine
Varak is a powerful cross-platform engine that can make applications such as games.
Note: Varak is very much work in progess and not much is done right now.
## Building
Requirements:
- Git >= 2.27
- Python >= 3.6
- CMake >= 3.16
- Any cpp compiler
Start by cloning Varak: `git clone https://github.com/Calbabreaker/Varak --depth 1`.
Then make a build folder and run `cmake ..` then use the output buildset to
compile it (eg. `make`). Then make sure to the output Varak Editor executable
(located at build/bin/varak_editor) from the project folder.
## Features to come
- Fully functional editor
- Scripting with c++ and other scripting languages
- Full 3D rendering (PBR pipeline)
- Audio
- Physics