Jump to content

insanbelti4

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by insanbelti4

  1. I've been spending some time thinking about the (gaming oriented) simulation of planets and doing research about how such computations would work. I've had a little background in Newtonian physics and was theoretically comfortable in this aspect of planet simulation, it is theoretical since I haven't actually done any practical work implementing this in a 3D space application. However, I've had very little knowledge about the visualising aspect of spherical planets - it's one thing to deal with 3D geometry based upon a (Euclidean) square plane but it's a whole different game when based upon spheres. There are various educational resources on the web regarding the mapping of (Euclidean) level geometry onto sphere(like) planets. I was happy to continue down this pathway until I remembered an inkling about non-Euclidean geometries. This led me to this particular article: https://medium.com/@ZenoRogue/non-euclidean-geometry-and-games-fb46989320d4 This article is my starting point for further education into the universe of non-Euclidean geometry. I feel that I intend to implement my work with this basis rather than the basis of Euclidean geometry. I thought that this introduction to non-Euclidean geometry would be interesting to other computer scientists.
  2. I sure hope so. That’s literally what I’m doing now with Node and Express. I’ve built apps before but alaways had to use one for a backbone. I’m now just writing simple CRUD APIs and am switching my databases haha.
  3. I am opening up my horizons by trying different databases. I use mssql at work and mongodb at home. I am setting up mssql at home and damn. Why is everything so complicated? After finally setting it up and working with it, I moved onto Postgresql and guess what?! It’s even more complicated than mssql!! I know the more I use it, the better I will become and it will be easier but damn, mongodb was a simple install for CLI and everything and their webpage is so much easier to navigate. Any reasons?
×
×
  • Create New...

Important Information

This website uses cookies to ensure you get the best experience on our website. See our Privacy Policy and Terms of Use