-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|133|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Pixel_Outlaw

[BMAX] - Generics, Function References, Boxing, Type Extension

18th June 2025
You will need BlitzMax NG for this.
This shows how to extend a Type in Blitzmax and add additional interfaces using function references.
I would have papered over the superclass' methods but BlitzMax wasn't having the method signature change...
*snip*


Pakz

Globe particle 'Screensaver' effect

Effect made using a 3d rotating cross brush


Pakz

2d polygon isometric tile map with height

21st February 2024 Javascript
Just like powermonger or populous


Pakz

Worm like herds.

15th February 2024 Javascript
Gemini made a herd of wondering worm cattle


Pakz

Laser beam with sin effect

20th May 2023 Javascript
Weapon effect for a platform or top down game


Pakz

Fractal Leaf (Barsley Furn)

16th February 2023 Html/Javascript
(Image.jpeg)
Francois Lionet Poster this code on his facebook. Very little code for a real good looking factal leaf.
I converted it to HTML/Javascript.
[code]
<!DOCTYPE html>
<html>
<head>
<meta charset=''UTF-8''>
*snip*


Pakz

Raycast engine(short)(javascript/html)

23rd July 2022 Javascript, Cross Platform
Raycast engine in javascript/html


Pakz

Berzerk level generator

11th January 2022 Lua(codea), Ios
Level generator from the classic game berzerk


Pakz

Recursive map generator

10th January 2022 Lua (codea), Ipados
(Image.jpeg)
[code]
-- Recursiveprocgen
-- Use this function to perform your initial setup
function setup()
print(''Hello World!'')
mw = 40
mh = 40
tw = WIDTH/mw
th = HEIGHT/mh

createmap()
end
-- This fun*snip*


Pakz

L Systems - plant

28th October 2021 Lua - codea(ios)
L systems - string with turtle instructions


Jayenkai

Search Your Twitter Archive

20th August 2021 PHP, Cross Platform
Wanting to grab all my ''Today's Stroll'' tweets and bundle them into a spreadsheet, I tried all manner of Web Rip tools, but nothing seemed to do what I wanted.
In the end, I instead downloaded my Complete Twitter Archive. Head to twitter se*snip*


Pakz

sprite sheet animator(bplus)

15th July 2021 Blitz, Windows
A ancient tool to animate spritesheet


Pakz

Random Walker Mazelike maps(Godot script)

16th February 2021 GDScript 3.2
Some Godot script for creating maps.


Pakz

Scanline fill

30th January 2021 Raylib c language
Fast scanline fill routine in c language


Dan

Postfix evalution function.

12th September 2020
Hi,
this is my try at the postfix evaluation.
[code]
Global stackmax=100, stackpos=0, postfixmax=100, postpos=0, postitems=0, stackerror=0
Dim stack$(stackmax)
Dim postfix$(postfixmax)
;******* demo **********
Dim calc$(10)
calc$(00)=''1 2 + 3*snip*


Dan

String byte packer/unpacker (crucher ?!)

29th February 2020 Blitz, Windows
Pack/crunch a string, containing 2 bytes data


Pakz

Orientation of point vs line

24th November 2019 Monkey2
Is a point left or center or right of a line


Pakz

Convex Hull or Gift Wrapping algorithm

21st November 2019 Monkey2
create lines around set of points.


Pakz

Polygon vs Polygon Collision

13th November 2019 Monkey2
Is one polygon colliding with another polygon


Pakz

Point versus Polygon Collision

2nd November 2019 Monkey2
Check if a point is inside a polygon


Pakz

Shortest turn angle vs target angle

27th October 2019 Monkey2
Get distance between angle and target angle. (turrets/homing missiles)


HoboBen

Text wrapping in Go

16th October 2019 Go / Golang
[code]
package main
import (
''strings''
)
// wrap quickly word-wraps a string
// (source: (Linkage)
func wrap(message string, length int) string {
var atoms = strings.Fields(strings.TrimSpace (message))
var results = make([]st*snip*


Pakz

Random Bag

16th July 2019 Monkey2
Get more predictable numbers


Pakz

Rivers on a top down map.

30th May 2019 Monkey2
Create 2d Rivers


Pakz

Additive random line Texture

6th April 2019 monkey2
Create a greyscale stone like texture

More - Older Posts