igtampe
-
- 3,618 total downloads
- last updated 3/3/2022
- Latest version: 1.1.0
BasicRender is a basic, but easily extensible console graphics library, making it easy to render to the console. For a full documentation, please see the GitHub Repo for BasicRender, or the included comments. -
- 1,859 total downloads
- last updated 3/3/2022
- Latest version: 1.1.0
BasicGraphics is the first extension to BasicRender, making it easy to render graphics onto the console. Choose from either basic 16 color mode, or in BasicGraphic's own proprietary HiColor Mode, which uses the... More information -
- 1,390 total downloads
- last updated 3/3/2022
- Latest version: 1.1.0
BasicFonts is the latest extension to BasicRender. Levereging the power of DictionaryOnDisk, BasicGraphics, and BasicRender, large pre-made neatly packaged symbols can be drawn to the screen. For a full... More information -
- 939 total downloads
- last updated 4/29/2021
- Latest version: 1.0.0
Dictionary On Disk is a library designed to make it easy to save and load a <string,string> dictionary to disk. What you save within it, is up to you. Maybe it's settings, maybe it's a serialized object, maybe... More information -
- 894 total downloads
- last updated 8/30/2022
- Latest version: 1.1.0
BasicLogger is a *very very simple* logger which can output log files, and most importantly can log to the console using BasicRender. -
- 836 total downloads
- last updated 3/3/2022
- Latest version: 1.1.0
BasicWindows is an enhancement to Igtampe.BasicRender, which makes it easy to create, render, and manage user interactions via "windows" on the console. For a full documentation, please see the GitHub Repo for... More information -
- 365 total downloads
- last updated 9/30/2023
- Latest version: 1.1.0
Launch includes a simple ASP.NET Launcher, simplifying the process of getting your API up and running in a single method. Plus, it automatically configures the swagger with the information you provide! -
- 339 total downloads
- last updated 8/30/2022
- Latest version: 1.0.0
IRED includes several common objects (Like Chopo Auth and the Chopo Session Manager), and several interfaces -
- 276 total downloads
- last updated 3/3/2022
- Latest version: 1.0.0
BasicShapes is a small geometry package for BasicRender, allowing you to quickly and easily draw lines, curves, and polygons made out of those lines and curves easily. It also allows you to translate and scale... More information -
- 269 total downloads
- last updated 8/30/2022
- Latest version: 1.0.0
DBContexts includes the DbContexts portions of IDACRA. It has some interfaces for Actions, and the ever useful PostgresContext configurable DBContext. It's especially useful if you're planning to ship to... More information -
- 241 total downloads
- last updated 8/30/2022
- Latest version: 1.0.0
Actions includes the ActionsAgent portion of IDACRA. It has several reusable actions including UserAgent to retrieve IRED Chopo Users, or Notifier Notifications to send users their notifications -
- 201 total downloads
- last updated 8/30/2022
- Latest version: 1.0.0
ASPControllers includes the Controllers portion of IDACRA. It has controller bases for your new controllers, and reusable ones for IRED entities.