Python Forum
what should i do after generating the perlin noise value?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what should i do after generating the perlin noise value?
#8
If you are getting into openGL and 3d graphics honestly you are going to need to get used to reading other languages.
For instance here is a great tutorial book on openGL, but it is in C++
(linking to a repo of mine where I have a copy as the guy's site went down a few years back)
https://github.com/Mekire/gltut-pygame/b...lsComp.pdf

The http://www.redblobgames.com/ site I previously linked has tons of stuff.
There is also a really nice book on programming patterns specifically for game devs here:
http://gameprogrammingpatterns.com/contents.html

If you refuse to look at a book because it isn't in python you really will miss out on a lot of great information.
In the end programming is all the same (within reason).
Reply


Messages In This Thread
RE: what should i do after generating the perlin noise value? - by Mekire - Jan-21-2017, 07:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Locate Noise floor level for a spectral data in Python Ranjan_Pal 1 3,112 Dec-19-2020, 10:04 AM
Last Post: Larz60+
  Modulate brown noise in python pyxel 2 4,781 Mar-28-2018, 08:15 PM
Last Post: pyxel
  creating terrain without noise or seed? hsunteik 3 4,480 Jan-25-2017, 10:27 PM
Last Post: ichabod801
  voronoi vs perlin noise? hsunteik 1 4,016 Jan-22-2017, 04:34 AM
Last Post: micseydel
  how to draw terrain like minecraft in python using opengl with perlin noise value? hsunteik 0 5,549 Jan-21-2017, 11:45 AM
Last Post: hsunteik

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020