• View all by Oblerion StudioCreator
  • Follow Oblerion StudioFollowFollowing Oblerion StudioFollowing
  • Add To CollectionCollection
  • Comments
  • Devlog
  • More like thisRelated

Cimg

← Return to Cimg

Devlog

  • now with/for raylib.h
    June 24, 2023 by Oblerion Studio
    Add: Can work with raylib library. More easy to add, cimg create only one c++ header for all sprite. Use struct Image of raylib. Delete: SDL2 support... Continue reading
  • c++/SDL2:b3
    February 27, 2021 by Oblerion Studio
    b3 is big change : data image form by data table and color list (take less memory) image.h form data image and class COMP_IMG image.h make by exe : USE: image_name.rect --> SDL_Rect (x and y pos ) ima... Continue reading
  • js: b2
    November 04, 2020 by Oblerion Studio
    Add: extract data for javascript... Continue reading
  • c++/SDL2 : b2
    October 27, 2020 by Oblerion Studio
    add : library img_compiler.h,img_compiler.cpp some graphical change for executable in console library : IMGCOMP* loadIMGCOMP(std::vector<std::vector<SDL_Color>> tab,SDL_Renderer* renderer) void drawIM... Continue reading
  • c++/SDL2 : beta
    October 24, 2020 by Oblerion Studio
    for use it in code: function use by convertData() void setPixel(SDL_Surface *surface, int x, int y, SDL_Color col) { Uint32 pixel = SDL_MapRGBA(surface->format, col.r, col.g, col.b, col.a); Uint8 *p =... Continue reading
itch.io·View all by Oblerion Studio·Report·Embed