Advertisement
sxiii

Real-time 3D synth software & IDEs list (demoscene, mapping)

Oct 11th, 2014
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.47 KB | None | 0 0
  1. # Real-time 3D synth software and IDEs list (demoscene, videomapping, light shows, game design, promo demos)
  2. # This software is for creative, modern artists, VJs, to mix audio, video and light and make some cool performances
  3. # All software is fully OPENSOURCE, FREE, CROSSPLATFORM (suitable for main platforms: Linux, Win, Mac & others)
  4. # Including some game engines, editors and libraries that gives you similar capabilities
  5. # Note: not mentioning programming languages itself (there are SOOO many good out there)
  6. # Note: not including RPG, adventure/quest or similar game engines / editors (post is about DEMOstrating not playing)
  7. # Created 11.10.2014 by Security XIII [at] gmail [dot] com
  8.  
  9. # Main stuff
  10. processing.org                          # Programming language for real-time processing & IDE
  11. nodebox.net                             # Toolkit for working with nodes & visualizing large datasets
  12. prismaco.de                             # Online graphical 2D IDE suite with VERY clear language
  13. freecode.com/projects/sharpconstruct/   # Real-time sculpting of polygon meshes
  14. structuresynth.sourceforge.net          # Application for generating 3D structures by specifying a design grammar
  15. contextfreeart.org                      # Program that generates images from written instructions called a grammar
  16. syntopia.github.io/Fragmentarium        # IDE for exploring pixel based graphics on the GPU
  17. csse.monash.edu.au/~cema/fugu           # Procedural geometry with Lua
  18. polycode.org                            # Framework for creating crossplatform games and interactive applications
  19. mbostock.github.io/protovis             # Protovis composes custom views of data with simple marks such as bars and dots
  20.  
  21. # Audio related (and more!)
  22. puredata.info                           # Realtime graphical programming env. for audio, video, and graphical processing
  23. supercollider.sourceforge.net           # Environment and programming lang. for RT audio synthesis and algo. composition
  24. chuck.cs.princeton.edu                  # A strongly-timed, concurrent, and on-the-fly audio programming language
  25. overtone.github.io               # Audio env. for synthesis, sampling, instrument building, live-coding, collab. jamming
  26. csounds.com                             # Csound is a sound design, music synthesis and signal processing system
  27.  
  28. # Games-related stuff
  29. sdlbasic.altervista.org                 # Small, efficient and multiplatform basic interpreter aimed to game creation
  30. crystalspace3d.org                      # SDK providing real-time 3D graphics for apps such as games and virtual reality
  31. angel2d.com                             # A cross-platform 2D game prototyping framework based on OpenGL and C++
  32. code.google.com/p/ares                  # AresEd is a high-level and fully featured 3D game creation suite
  33. love2d.org                              # An *awesome* framework you can use to make 2D games in Lua
  34. haxepunk.com                            # Framework, designed to let you build your game on any platform
  35. realityfactory2.sourceforge.net         # Reality Factory 2 is a next-generation game authoring suite
  36. compilgames.net                         # GDevelop is an open source game creation software
  37. game-editor.com                         # Game Editor is the open source game design software
  38. enigma-dev.org/about.htm                # ENIGMA, the Extensible Non-Interpreted Game Maker Augmentation
  39. sandboxgamemaker.com                    # Platinum Arts Sandbox Free 3D Game Maker is an open source free game maker
  40.  
  41. # Python-related stuff
  42. pygame.org                              # Pygame is a set of Python modules designed for writing games
  43. lesfleursdunormal.fr/static/informatique/soya3d/index_en.html # Soya 3D is an object oriented 3D engine for Python
  44. pyglet.org                              # Cross-platform windowing and multimedia library for Python.
  45. shoebot.github.io/shoebot               # Shoebot is a pure Python graphics robot (vector graphics generator)
  46.  
  47. # Libraries
  48. khronos.org/webgl                       # Cross-platform, royalty-free web standard for a low-level 3D graphics API
  49. libsdl.org                              # Library designed to provide low level access hardware via OpenGL & Direct3D
  50. libcinder.org                           # Library for professional-quality creative coding in C++
  51. alleg.sourceforge.net                   # Cross-platform libraries mainly aimed at video game and multimedia creation
  52.  
  53. # Editors
  54. blender.org                             # Blender is the free open source 3D content creation suite
  55. bioblender.eu                           # Biology-related blender version
  56. wings3d.com                             # Advanced subdivision modeler that is both powerful and easy to use
  57. k-3d.org                                # Free-as-in-freedom 3D modeling and animation software
  58. makehuman.org                           # MakeHuman is the free and open source software to create realistic 3d humans
  59. misfitcode.com/misfitmodel3d/main.html  # OpenGL-based 3D model editor that works with triangle-based models
  60. delgine.com                             # 3D modeler designed to help you create content for your game project
  61. openframeworks.cc                       # Open source C++ toolkit for creative coding
  62. moonlight3d.eu                          # Modern, flexible, feature-rich and extensible modeling and animation tool
  63. artofillusion.org                       # Art of Illusion is a free, open source 3D modelling and rendering studio
  64. geuz.org/gmsh                           # 3D finite element mesh generator with built-in pre/post-processing facilities
  65.  
  66. # Engines - they can be used for making cool stuff, too (3D)
  67. garagegames.com/products/torque-3d      # Torque 3D is a easy-to-use game creation platform
  68. ogre3d.org                              # OGRE is a scene-oriented, flexible 3D engine
  69. gritengine.com                          # MIT-Licensed Open Source Game Engine that is highly scriptable via Lua
  70. openscenegraph.org                      # High performance 3D graphics toolkit
  71. jmonkeyengine.org                       # Multiplatform game engine and development platform based on Netbeans
  72. gritengine.com                          # MIT-Licensed Open Source Game Engine that is highly scriptable via Lua
  73.  
  74. # Engines (2D)
  75. cocos2d-x.org                           # Cross platform open source free 2D game engine for mobile gamedev
  76. mokoi.info                              # Open Source 2D Game Creation Platform
  77. strlen.com/lobster                      # Lobster is a game programming language
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement