A starter project to get off to the races building C++ software for any platform.
Go to file
2022-02-07 18:47:20 -08:00
command/linux Separate X11 and OpenGL and binding calls 2022-02-07 18:47:20 -08:00
compile Separate X11 and OpenGL and binding calls 2022-02-07 18:47:20 -08:00
pack Separate X11 and OpenGL and binding calls 2022-02-07 18:47:20 -08:00
.gitignore Add opengl x11 support 2022-01-31 18:44:01 -08:00
LICENSE.md X11 hello world 2021-12-22 01:47:19 -08:00
README.md X11 hello world 2021-12-22 01:47:19 -08:00

Develop

If you are on Linux:

  • Navigate to command/linux in terminal.
  • Run sh setup.sh to setup your environment.
  • Run sh rebuild.sh to build the application.
  • Navigate to earn/ and run executable to run the built program.

If you are on Windows:

  • Navigate to command/windows in command prompt.
  • Run setup.bat to setup your environment.
  • Run rebuild.bat to build the application.
  • Navigate to earn/ and run executable.exe to run the built program.