04-15-2019, 05:36 AM
I was able to download, compile and run the OpenGL-ES 3.0 code from the OpenGL-ES 3.0 Programming Guide and it seems to run just run.
This is what I did .
1. Download the code to the Nano.
Click on Sample Code to go the GitHub repo for the Example Code
http://opengles-book.com/
Click on the GitHub link at the following
http://opengles-book.com/samplecode.html
2. Either run git or download the Zip file.
Git Example:
$ git clone https://github.com/danginsburg/opengles3-book.git
3. Change directory to 'opengles3-book'
$ cd opengles3-book
4. To build the samples, cd to the Common folder and run cmake.
$ cd Common
$ cmake ../
This should create the appropriate make files to build the samples and a message similar to the following show appear.
'Build files have been written to: /home/user_name/development/opengles3-book/Common'
5. From the same Common folder, run make.
$ make
6. If there were not errors, the samples should be under the Common folder.
Ex: Change Directory to Chapter_2 for the Hello_Triangle example.
$ cd Chapter_2/Hello_Triangle
7. Run the example.
./Hello_Triangle
Also, here is an interesting review where the Dolphin Emulator is used to test the Game Graphics of the Jetson Nano.
https://www.youtube.com/watch?v=5xrRxz5633I
This is what I did .
1. Download the code to the Nano.
Click on Sample Code to go the GitHub repo for the Example Code
http://opengles-book.com/
Click on the GitHub link at the following
http://opengles-book.com/samplecode.html
2. Either run git or download the Zip file.
Git Example:
$ git clone https://github.com/danginsburg/opengles3-book.git
3. Change directory to 'opengles3-book'
$ cd opengles3-book
4. To build the samples, cd to the Common folder and run cmake.
$ cd Common
$ cmake ../
This should create the appropriate make files to build the samples and a message similar to the following show appear.
'Build files have been written to: /home/user_name/development/opengles3-book/Common'
5. From the same Common folder, run make.
$ make
6. If there were not errors, the samples should be under the Common folder.
Ex: Change Directory to Chapter_2 for the Hello_Triangle example.
$ cd Chapter_2/Hello_Triangle
7. Run the example.
./Hello_Triangle
Also, here is an interesting review where the Dolphin Emulator is used to test the Game Graphics of the Jetson Nano.
https://www.youtube.com/watch?v=5xrRxz5633I