pouët.net

Go to bottom

How can I get started to making demos

category: general [glöplog]
Get a mentor
added on the 2015-06-08 11:16:23 by evilpaul evilpaul
Quote:
Get a mentor

Volunteering - feel free to email me, I'll feel free to ignore you if I don't have the time..
added on the 2015-06-08 12:16:54 by sol_hsa sol_hsa
just ask a question - why to make demos?
added on the 2015-06-08 13:35:11 by g0blinish g0blinish
Quote:
just ask a question - why to make demos?

To give cool demoshock to japanese brain!
added on the 2015-06-08 13:51:37 by sol_hsa sol_hsa
About rules, adding to what Gargaj said for the case of size-limited intros:

  • Intro itself must be one executable file
  • No data files from within the system may be used.
  • Only a specific, reasonable set of allowed libraries depending on platform can be used.
  • It is okay to decompress to disk on a temporary directory such as /tmp/ and execute from there.
  • It is okay to use system-default compressors such as cab or xz to do the former.

The set of allowed libraries would mean:

  • Windows: Latest DirectX, OpenGL libs, etc. I.e. clean Windows install with latest DirectX and GPU drivers.
  • FreeBSD/Linux/OSX: Latest GPU drivers, libGLU, libglut, libSDL. I.e. libraries that can reasonably be expected to be installed on a desktop distribution. Insofar as I know, no-one has tried to pull Texas yet, perhaps rules change if someone does.
added on the 2015-06-10 12:57:42 by Trilkk Trilkk

login

Go to top