https://github.com/randomgamingdev/justwireframe
A powerful 0 cost no GUI game engine that provides control and speed to the programmer, while also providing ease of use. (similar to LWJGL)
https://github.com/randomgamingdev/justwireframe
2d 3d audio control game-engine graphics multi-platform multilib simple speed
Last synced: 9 months ago
JSON representation
A powerful 0 cost no GUI game engine that provides control and speed to the programmer, while also providing ease of use. (similar to LWJGL)
- Host: GitHub
- URL: https://github.com/randomgamingdev/justwireframe
- Owner: RandomGamingDev
- License: mit
- Created: 2022-08-17T16:42:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T02:52:45.000Z (over 1 year ago)
- Last Synced: 2024-05-02T17:59:04.977Z (over 1 year ago)
- Topics: 2d, 3d, audio, control, game-engine, graphics, multi-platform, multilib, simple, speed
- Language: CMake
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wireframe (This is just the library part, which is why this repo is called JustWireframe)
### A powerful 0 cost no GUI game engine that provides control and speed to the programmer, while also providing ease of use. (similar to LWJGL)
First, clone this project with git and using the --recursive argument. Compile this with CMake. (This comes with a demo of how to use this in Example, for which you'll have to drag the files from the Audio subdirectory next to the generated executable, and drag the files from the Shaders subdirectory next to the generated executable.
This project relies on:
EzAL: https://github.com/RandomGamingDev/EzAL
EzGL: https://github.com/RandomGamingDev/EzGL
To see the dependencies just click the links!
Just like the EzAL, and EzGL, I'd be glad to accept additions to Wireframe to improve the library since I want to support more libraries, APIs, platforms, and more, and generally improve this project.