Thread: koraX's utils
View Single Post
koraX's utils
Old
  (#1)
koraX
Member
 
koraX's Avatar
 
Status: Offline
Posts: 145
Join Date: Jan 2004
Location: Slovak Republic
Default koraX's utils - 24-03-2005

so again something new :p

download
  • xml/cfg/ini parser
  • runtime profiler based on CPU cycles with low overhead (30 cycles)
  • 3d vector/position/angles, math stuff, compatible with HL SDK Vector class
  • loger to xml, redirecting cout
  • thread synchronization, thread creation
  • float variables comparsion, random number generator
  • ...more (detect CPU speed, string conversions, min-max, simple RGB class, ...)
  • ... and more (process and cpu id, ISO time and date format, ...)
  • all optimized for usage in hl plugins, but can be used anywhere
  • cross platform, tested undex MSVC.NET, DevC++, MinGW, gcc
  • open source, free, GPL with Half-Life exception
  • simple documentation and many examples
Just include source code into your program, include util.h in your .cpp and you can use everything. I'm using these utils in my bot and I consider them veery fast


kXBot
koraX's utils
- see my homepage for other projects (OpenGL CSG Editor, FAT16 Sim, NNetwork Sim, ...)

Last edited by koraX; 24-03-2005 at 23:32..
  
Reply With Quote