Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Jetson....
#4
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
Reply


Messages In This Thread
New Jetson.... - by Brian Beuken - 03-19-2019, 09:02 AM
RE: New Jetson.... - by jomoengineer - 03-30-2019, 06:25 AM
RE: New Jetson.... - by Brian Beuken - 03-30-2019, 01:22 PM
RE: New Jetson.... - by jomoengineer - 04-15-2019, 05:36 AM
RE: New Jetson.... - by Brian Beuken - 05-10-2019, 10:26 AM
RE: New Jetson.... - by Brian Beuken - 05-14-2019, 11:08 AM
RE: New Jetson.... - by jomoengineer - 05-17-2019, 06:10 AM
RE: New Jetson.... - by Brian Beuken - 05-17-2019, 07:39 AM
RE: New Jetson.... - by Brian Beuken - 06-04-2019, 01:03 PM
RE: New Jetson.... - by Brian Beuken - 06-04-2019, 10:27 PM
RE: New Jetson.... - by Brian Beuken - 06-04-2019, 11:56 PM
RE: New Jetson.... - by jomoengineer - 06-05-2019, 05:32 AM
RE: New Jetson.... - by Brian Beuken - 06-05-2019, 09:32 AM
RE: New Jetson.... - by Brian Beuken - 06-05-2019, 10:27 AM
RE: New Jetson.... - by Brian Beuken - 06-06-2019, 07:28 AM
RE: New Jetson.... - by Brian Beuken - 06-07-2019, 12:31 PM
RE: New Jetson.... - by Brian Beuken - 06-07-2019, 08:37 PM
RE: New Jetson.... - by Brian Beuken - 06-07-2019, 08:46 PM
RE: New Jetson.... - by jomoengineer - 12-13-2019, 07:23 PM
RE: New Jetson.... - by Brian Beuken - 12-13-2019, 09:32 PM
RE: New Jetson.... - by jomoengineer - 12-13-2019, 09:53 PM
RE: New Jetson.... - by Brian Beuken - 12-13-2019, 10:59 PM
RE: New Jetson.... - by Brian Beuken - 03-22-2020, 02:22 PM
RE: New Jetson.... - by jomoengineer - 04-19-2020, 05:38 PM
RE: New Jetson.... - by Brian Beuken - 04-20-2020, 01:59 AM
RE: New Jetson.... - by jomoengineer - 04-27-2020, 04:10 PM
RE: New Jetson.... - by jomoengineer - 10-05-2020, 05:01 PM
RE: New Jetson.... - by Brian Beuken - 10-06-2020, 10:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)