Greetings,
I've been putting together some functions that either PB core does not have (modulus) or that don't function as I needed (ReadString), etc. I plan to grow the library as I need more functions. Check it out if you need a modulus function or want a buffered ReadString(), ReadByte(), WriteByte(). All libraries are written in 100% PB and/or inline ASM.
http://www.purebasic.org
Follow the FishLib link under Articles.
Matthew
FishLib 1.0
-
- User
- Posts: 64
- Joined: Mon Jun 30, 2003 5:36 pm
- Location: Michigan
- Contact:
-
- User
- Posts: 64
- Joined: Mon Jun 30, 2003 5:36 pm
- Location: Michigan
- Contact:
fishlib_file.pb and fishlib_math.pb
No, it is not a dll or anything. The libs are a collection of functions (Procedures in PB) written in PB and inline ASM. I called it a lib because, well, that's what a library is (a collection of functions.) Also, they don't do anything by themselves, they are meant to be included in other PB applications.
Matthew
No, it is not a dll or anything. The libs are a collection of functions (Procedures in PB) written in PB and inline ASM. I called it a lib because, well, that's what a library is (a collection of functions.) Also, they don't do anything by themselves, they are meant to be included in other PB applications.
Matthew