You can help CodeWalrus stay online by donating here. | New CodeWalrus | Old (dark mode) | Old (light) | Discord server
Administration Center

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - matrefeytontias

#1
This year, my CPGE graduation project is a talk about fractals, so I might as well post the things I came up with. I learnt a lot, discovered many types of fractals I didn't know about, and I must say, I'm quite proud of the things I came up with, considering I've only been using SDL, numpy/matplotlib or GLSL to make them.

IFS fractals :


The very well-known. Needless to introduce the Sierpinski triangle.

BUT ! Did you know its lesser-known 3D brother ?

http://www.mirari.fr/sw1a (video, FLV format)

ET fractals (also called complex fractals, I'll let you guess why) :

The very well-known Julia sets with the usual ETA (Escape-Time Algorithm) rendering :



Alright alright, you'll have your Mandelbrot set this time too ... but with orbit trap rendering !



Orbit fractals (the ones I didn't know about) :

And I turn the def low ...



And I turn the def up !


Fun fact about this one, it's so far the one and only time I ever had to calculate a number to the power 201. No kidding.

unsigned int colorGradient(float t)
{
unsigned char *pixels = gradient->pixels;
float st = pow(t - 1, 201) + 1;
int offset = (int)(st * (gradient->w - 1)) * 3;
return (pixels[offset]) + (pixels[offset + 1] << 8) + (pixels[offset + 2] << 16);
}



And there we go, that's about it. I might post more as I run more experiments, because why not.
#2
TODO : write this when the PC port is 100% fixed and to the level of the Nspire version

[spoiler][/spoiler]
#3
Hey there,

I recently started what will be a small game, and hopefully the first PC game I will officially release (read : actually release) : Strip Bounce.

In this game, you are a little square thingy shooting to other geometrical shapes thingies with your death laser of vengence, BUT with a twist : you can't actually fire at enemies. I used pool game as an inspiration for this : different types of enemies require different amounts of your laser bouncing off walls to be killed. If your laser hits an enemy before having bounced off walls enough times, it's game over : your laser is fired back directly at you, through walls, at the speed of light. Of light, yes. Since it's a laser.

It is going to be a classic beat-your-previous-high game ; I expect to have one single level with a reasonable (read : not too few) amount of enemy types, and if possible neat animations of the camera following the laser when special events occur (such as death). The map is 1600*1600, so that's kinda big in my opinion.

I'm writing the game in Haxe, meaning I'll be able to compile it for Windows, Mac, Linux, Flash, HTML5, Android and iPhone (hahaha iPhone. Not gonna happen).

Current state of the project : the main mechanics work (lasers and enemies, will have to code bullets in the future 'cause enemies will fire them), the map exists (will have to be redesigned though), collisions work nice, complete absence of any graphical goodness because I'm so bad at it.

Screenshot because yes of course.
#4
Gaming / OpenLieroX : let's play it together !
December 11, 2014, 08:49:02 PM
'sup guys,

I found that little indie game some time ago, and thought that since it was amazing we could all play together :D

http://sourceforge.net/projects/openlierox/

Who's up for it, and when ?
Website statistics


MyCalcs | Ticalc.org | Cemetech | Omnimaga | TI-Basic Developer | MaxCoderz | TI-Story | Casiocalc.org | Casiopeia | The Museum of HP Calculators | HPCalc.org | CnCalc.org | Music 2000 Community | TI Education | Casio Education | HP Calcs | NumWorks | SwissMicros | Sharp Calculators
Powered by EzPortal