pouët.net

4k intro sources and usefull links

category: code [glöplog]
Hi all

Two issues:

1. I am looking for a simple Windows 4k intro source code written in C++ and OpenGL. What do you suggest to check and analyze for beginner.

2. What web-sites are worth to visit from 4k intro point od view (especialy coding things)?

Do not tell me please google it. Did it.

Thank you in advance
Apparently you didn't use google correctly. So: google it!
added on the 2016-07-30 13:23:05 by StingRay StingRay
I published the source to my Whitespace intro upon release. It's not necessarily "#enterprise level" readable (ymmv), but should be still at least somewhat legible.

The intro frame itself is also public, though the repo is somewhat outdated at this point: https://github.com/armak/pbr-introsystem

Both of these are based on iq's intro frameworks: http://www.iquilezles.org/code/isystem1k4k/isystem1k4k.htm
added on the 2016-07-30 13:31:25 by noby noby
from ressurecting in4k into github i've started forking and adding sources that are public but were not on github to github, i've dropped them all under https://github.com/in4k group

iq's frameworks are probably the most useful starting point.
added on the 2016-07-30 13:33:14 by psenough psenough
Maybe this article will be useful for you:

Creating a 4k Windows intro
Part 1
Part 2
added on the 2016-07-30 13:47:43 by Adok Adok
^ BB Image
added on the 2016-07-30 14:23:36 by w00t! w00t!
Quote:
Maybe this article will be useful for you:

Except for the first 75% which is outdated (since Crinkler came along) and the last 25% which is specific to DirectX (and the question was about OpenGL).
added on the 2016-07-30 20:45:27 by Blueberry Blueberry
Quote:
Quote:
Maybe this article will be useful for you:

Except for the first 75% which is outdated (since Crinkler came along) and the last 25% which is specific to DirectX (and the question was about OpenGL).


And I thought Adok was helpful...
added on the 2016-07-31 09:56:05 by w00t! w00t!
Back then we released the source for valleyball.
added on the 2016-08-01 16:30:03 by xTr1m xTr1m
xtr1m: do you have it on github where i can fork it for https://github.com/in4k ?
added on the 2016-08-01 16:54:08 by psenough psenough
No, we use svn internally, so I see no point in setting up a git repository for that. Other than that, the code is outdated :) Learned many new nifty tricks since then.
added on the 2016-08-03 22:16:37 by xTr1m xTr1m
All 4k intro freaks check this out: https://in4k.github.io/

Thanks lads! This site simply rules!
added on the 2016-08-10 23:38:49 by Psycho Psycho
psycho: added!
added on the 2016-08-11 00:08:47 by psenough psenough
Released the source of BluFlame - Detached (2016)
added on the 2016-08-16 13:33:51 by xTr1m xTr1m
@Psycho:
Does that run on vanilla Windows 10? I'm not too sure that you will be able to assume that d3dx11_43.dll will be available on compo machines in the near future. Isn't that June 2010 SDK stuff?
added on the 2016-08-16 13:43:36 by las las
I now also released the source of BluFlame - bliss, my first 8k. It uses Direct3D 11 and features a value tweaking tool, visual timeline, GPU profiling and CPU frame analysis. Since for me this is 'deprecated code', I release it to the public. Perhaps someone will find it useful :)
added on the 2016-08-30 17:21:27 by xTr1m xTr1m
This site can’t be reached

blu-flame.org’s server DNS address could not be found.
added on the 2016-08-30 17:36:41 by psenough psenough
also, if anyone could go over the info at https://in4k.github.io/ and either contribute or point out things that could be improved, you're welcome to do so: https://github.com/in4k/in4k.github.io, it's more 2016 but still doesn't feel as valuable as it could be
added on the 2016-08-30 17:40:56 by psenough psenough
I changed the domain's DNS records recently, needs a while to update. Try again tomorrow.
added on the 2016-08-30 19:04:04 by xTr1m xTr1m
las: nope.. removing the d3dx_43 dependency will probably make it like 30 bytes larger, mostly because it's probably not possible to grab the texture2d uuid from another stable location, while it's usually also slightly larger to use d3dcompiler_47 instead of d3dx.
added on the 2016-08-30 20:57:26 by Psycho Psycho
added bliss sources to in4k github group
added on the 2016-08-31 03:52:25 by psenough psenough
psenough: I believe I promised you something for in4K. I hope the shader code for
this makes you happy?
added on the 2016-08-31 22:01:06 by Seven Seven
seven: i'll add a link to it :)
added on the 2016-08-31 23:18:32 by psenough psenough
On https://in4k.github.io/wiki/sound , I don't see any mention of Clinkster. That's quite an oversight.
added on the 2016-09-02 22:09:42 by Seven Seven

login