[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
(for deletion)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.





File: 374325cb9bef31099c75ff21eed3bd1b-shots.gif
(1.46 MB, 450x254)[Animated GIF][ImgOps]
1532928
I PUKED SHIT! ヽ(´ー`)ノ
Marked for deletion (Old)
>>
i shit puke! ヽ(´ー`)ノ

File: 1743217265104497.jpg
(196 KB, 1000x970)[ImgOps]
200704
i keep getting errors when compiling a shader, i have no idea why ( ´,_ゝ`)
this is all from a tutorial in https://learnopengl.com/Getting-started/Hello-Triangle
i just tried to clean it up a little by creating a function to compile shaders instead of putting them all in main()



bool getCompileResult(unsigned int *shader, const char *src) {
glShaderSource(*shader, 1, &src, nullptr);
//the error is in glShaderSource! (error is GL_INVALID_VALUE)
//etc....
}

const char *vertexShaderSource = "#version 330 core\n"
"layout (location = 0) in vec3 aPos;\n"
"void main()\n"
"{\n"
" gl_Position = vec4(aPos.x, aPos.y, aPos.z, 1.0);\n"
"}\0";

int main() {
//some stuff
unsigned int vertexShader = glCreateShader(GL_VERTEX_SHADER);
if(!getCompileResult(&vertexShader, vertexShaderSource))
return -1;


Comment too long, view post No.143927 to see the full comment.
Marked for deletion (Old)
9 posts omitted. Click Reply to view.
>>
Make sure your OpenGL context is initialized. And use the "-iv" functions to check the result of each step. Begin by doing it all inline in main and then break it up into functions once you have it working.
>>
i rewrote it from scratch and it works now
i'm unsure where the error was as the function is the same as well as mostly everything else
the only change was passing the shader handle directly instead of passing a pointer to it as >>144088 said (could that really be an annoyance to opengl?)
>>144088
does it matter which uint i use? i've always been under the impression that i have to use unistd types when i require a certain variable to be of a specific size, in this case the opengl functions i use to get the shaders return GLuint which my IDE informs me is a typedef for a generic unsigned int
>>144106
up until now the iv functions weren't filling up the infoLog array anyway
>>
>>144130
The int you use doesn't matter, but using unistd ints can avoid a lot of pain while simultaneously reducing the amount of typing involved in monstrosities like "unsigned long long int" (which is just uint64_t).
If you ever go cross-platform (think wanting to support apple hardware on apple silicon), this is a potential source of bugs (because the type sizes differ).
>>
>>144139
Type sizes aren't going to change in practice unless you port your program to some really obscure platform that almost likely won't support OpenGL anyway.

If you're concerned about long type names then instead of using the baka names from C/++ headers which are usually longer rather than shorter, I think it's better to just define the short names that many newer languages use:

typedef signed char i8; // Alternatively s8
typedef signed short i16; // Alternatively s16
typedef signed int i32; // Alternatively s32
typedef signed long long i64; // Alternatively s64
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long long u64;
>>
>>144144
thanks, i'll keep it in mind for my other projects, this one is just for learning, it's pretty hard

File: le.png
(150 KB, 343x353)[ImgOps]
153600
ヽ(´~`)ノ
Marked for deletion (Old)
>>
File: arms up.gif
(52 KB, 288x400)[ImgOps]
53248
ヽ(´∇`)ノ
>>
File: 1747566739412.jpg
(488 KB, 930x1080)[ImgOps]
499712
(◎_◎)
>>
File: bless this post.png
(46 KB, 322x301)[ImgOps]
47104
キタ━━━(゚∀゚)━━━!!

File: lawrenceOfArabia.jpg
(161 KB, 852x1217)[ImgOps]
164864
why exactly are we all supposed to care about this random 🇬🇧?
Marked for deletion (Old)
>>
because he is cool.
if you are cool enough people may care about you.
>>
he had a nice cock
>>
coz he's hawt
>>
Funny name biggrin

File: 10601764i.jpg
(94 KB, 620x465)[ImgOps]
96256
Hi Heyuri

I thought of making a public-property type of channel using AI voices explaining hard things clearly, and whatever curious or worth sharing things I decide to put there.

CHOICE OF CHARACTERS
I want to use Zundamon and Kiritan because Kiritan is a cute slacker and Zundamon is the explanation default character but besides that - they match each other. Kiritan would listen and question while Zundamon explains and answers her. It would be somewhat a dialogue thanks to this. Kiritan would be a medium for me to insert questions people will possibly raise.

TACHIE
I am deciding on standing pictures right now.

https://seiga.nicovideo.jp/user/illust/20132633
I want to borrow Kiritan and Zundamon from this page, but I think they are too distracting for an explanation channel despite being very cute - I attached his Kiritan in the thread picture.

I am thinking on the classic sakamoto Zundamon from here
https://seiga.nicovideo.jp/seiga/im10788496

But he has no Kiritan, so I need to pick something from out of set and the best Kiritan in my opinion is this
https://ux.getuploader.com/kiritannpo/download/7

VOICES
They only speak japanese so I need to overcome it. I already picked a Zundamon model but there seems to be no reliable Kiritan AI that I could just import.
My software of choice would be RVC.
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/
I have not played around with it but it looks promising.
If I don't find a cool Kiritan model I will just train it myself.


Comment too long, view post No.144078 to see the full comment.
Marked for deletion (Old)
>>
There was some android-angel-like Japanese vtuber reading some local Japanese town news in a robotic voice. It was.. 2019?.. dark

If you can get all these technological marvel things to work, do it. But expect, like, 10 views at best dark So only do it if you able to get the fun from the process itself, not expecting any reward.

File: [Tegaki] Best to Take it Easy.mp4
(4.74 MB, 320x240)
4974592
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
92 posts omitted. Click Reply to view.
>>
File: 334.png
(639 KB, 700x1175)[ImgOps]
654336
キタ━━━(゚∀゚)━━━!!
>>
File: AjvzYSlr.gif
(834 KB, 480x480)[ImgOps]
854016
キタ━━━(゚∀゚)━━━!!
>>
キタ━━━(゚∀゚)━━━!!
>>
>>144067
scrubby scrubby ^-^
>>
File: 1743843468892424.png
(3 KB, 400x400)[ImgOps]
3072
キタ━━━(゚∀゚)━━━!!

File: my wife chino.jpg
(180 KB, 1920x1080)[ImgOps]
184320
Bismil-Waha arrahman arraheem waha

Asalamo aleikum, fellow mujahideen of the Lolislamic State! ph34r I have returned from waging righteous jihad against the Japanese infidels. Waha (swt) has blessed me with a spoil of war, this young lady, Miss Chino Kafuu. Now I shall marry her. Inshawaha she will bear me many strong sons!

May Waha bless our jihad to establish a global Kaguyaphate! And thanks for reading my blog. happy

WAHA ACKBAAAAAARRRR!!!! waha 💣

(USER HAS BEEN LISTED AS A WANTED INTERNATIONAL TERRORIST FOR THIS POST) 🔨
Marked for deletion (Old)
>>
SHE'S MINE!!!!!!!! ヽ(`Д´)ノ
>>
File: teh-WahaFlag.png
(72 KB, 1895x971)[ImgOps]
73728
InshWaha we will soon rule teh entire worldph34rwaha
>>
File: 87829bbec2e7675aceb059ee8d8ff749.jpg
(1.46 MB, 2100x1510)[ImgOps]
1533952
>>143955
Are you sure you still want her? I was just rubbing my PENIS on her thigh.

>>144008
Amiin habibi. ph34r
>>
terrorist

File: mB.jpg
(19 KB, 240x240)[ImgOps]
19456
return my 2k17 😭😭😭
Marked for deletion (Old)
>>
nasosach bydlo
>>
File: scale_1200.jpg
(21 KB, 570x250)[ImgOps]
21504

File: 3kodcmaj3fke1.jpg
(129 KB, 1000x1172)[ImgOps]
132096
I want to be a cute girl. I don't have any problems with my gender or anything, but it is something that I wish for from time to time. (´~`)
Marked for deletion (Old)
>>
File: 1690489288308447.jpg
(606 KB, 1405x2048)[ImgOps]
620544
I want to be a guy that cute girls can't resist.
>>
File: image.jpg
(904 KB, 1920x1080)[ImgOps]
925696
I dream of being a younger brother to a loli, and experience her attempts to care for me with all her childish clumsyness blush Legal loli hugs love
>>
I want to be a billionaire with an unlimited supply of lolis

File: daddy it hurts daddy.png
(976 KB, 1481x1427)[ImgOps]
999424
credits to my friend inko
Marked for deletion (Old)
2 posts omitted. Click Reply to view.
>>
File: emopuma.jpg
(327 KB, 1680x1050)[ImgOps]
334848
>spanish
*WRONG ANSWER BUZZER SOUND*
Also, I feel like ship would be a feminine word, so it would be "confirmada" instead of "confirmado".
Also*2, An emo puma is quite interesting too, I guess the black around their eyes kinda looks like eyeliner...
>>
>WRONG
me not spanish so i didnt know (;´Д`)
>>
>Also, I feel like ship would be a feminine word, so it would be "confirmada" instead of "confirmado".
>Also*2, An emo puma is quite interesting too, I guess the black around their eyes kinda looks like eyeliner...
beautiful aminal


so...lets just call this ship SuzuPuma
>>
What's the ship dynamic anyway? You're calling him daddy in the filename, but he's the one getting whipped in the oekaki post.
>>
>What's the ship dynamic anyway? You're calling him daddy in the filename, but he's the one getting whipped in the oekaki post.
1. i like giving files stupid names xD
2. i dont think that their relation is "sugary", its close and emotional, money is not important but love is the most important for them 💓
3. role switching c; e.g. one character can be a dominatrix but later they can also be a submissive one

File: 10 montenegrin commandments.jpg
(138 KB, 800x445)[ImgOps]
141312
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
5 posts omitted. Click Reply to view.
>>
deez nigra🗻nigra are aight
>>
>>143913
Isn't that mons nigrorum?
>>
File: 007.png
(366 KB, 465x581)[ImgOps]
374784
キタ━━━(゚∀゚)━━━!!
>>
>>143907
Montenegro doesn't support multiple citizenship

>>143913
No, it just means black mountain
>>
File: qio2tt4rpzr71.png
(64 KB, 496x5250)[ImgOps]
65536
Montenegro is the closest to a real NEET country. Every Montenegrin is born lazy. As Heyurizens, we should all demand Montenegro allow dual citizenship for us!

But first, I want to sleep. (´¬`)

do you like hiking in the snow or hot summer more?
Marked for deletion (Old)
3 posts omitted. Click Reply to view.
>>
winter for sure
>>
>>143916
No body is illegal! ! ! ✊kuma6

abolish illegality of body!
>>
Snow. Too cold and too hot is bad for hiking, but you can always layer up in winter. Can't escape summer heat though
>>
WINTEEEEEEEEEEEEEEEEEEEER
>>
>>143910
I don't really like hiking, but if I had to choose between the two, I'd prefer hiking in the snow

File: nekopai.gif
(1.29 MB, 500x281)[Animated GIF][ImgOps]
1355776
neko liek bewbs
Marked for deletion (Old)
11 posts omitted. Click Reply to view.
>>
File: look.jpg
(583 KB, 737x790)[ImgOps]
596992
キタ━━━(゚∀゚)━━━!!
>>
>>143891
rub catnip on PENIS, put catnip under foreskin, put catnip up butt if you want cats to tongue your ANUS
>>
File: catfight.jpg
(72 KB, 607x767)[ImgOps]
73728
キタ━━━(゚∀゚)━━━!!
>>
File: BacchusCattus.jpg
(32 KB, 360x397)[ImgOps]
32768
キタ━━━(゚∀゚)━━━!!
>>
キタ━━━(゚∀゚)━━━!!

File: IMG_20250512_232823_864.jpg
(2.19 MB, 4032x2268)[ImgOps]
2292736
i didnt totaly spill the jar like last time. it just has now gotten to the point where i cant tilt the jar some to make cummings in it easy. what i fucked up doing this time is when cumming i tilted and it split on my hand and i was freaking out. i cleab uo and sealed it but my hand is now posind, i had a dog bitching to get inti my room and the dog came in smelt it and fucking threw up on the floor next to it. it was fuckrf all around, here is pic of dog puke and jar
Marked for deletion (Old)
44 posts omitted. Click Reply to view.
>>
File: zB4CJXc.jpg
(67 KB, 720x540)[ImgOps]
68608
You can silence him, but you can't stop him from steeping Tama-chan in cum.
>>
i am not actualy gonna do tama chan calm down. i just had a really big jar and a tamachan figure.. i thought it would be funny.

i was inspecting the jar. and yes there was a ant who made its way in there and drowns and died.. i really wanted to keep going. really badly but it will just get me or others sick and bring more throw up and filling my room with toxic cum gasses. if i dont super glue the top on i might be tempted to keep going.... i found the best route is to cum on my belly. stand up, and use my belly as a squeegee and run it across the rim of the jar
>>
>>143846
I live alone, so I was thinking about starting my own cum jar, since I can put it in the fridge and it will stay good for a while. Then once I have enough, I can microwave it so it's nice and warm and chug it all down. nyaoo
>>
>>143846
IMAGINE IF NAPOLEON GAVE UP ON HIS CONQUEST TO TAKE OVER EUROPE
IMAGINE IF ROME NEVER EXPANDED INTO THE EAST
IMAGINE ALL THE GREAT MEN THAT GAVE UP, THEY WOULD NEVER KNOW WHAT THEY COULD ACCOMPLISH
YOU ARE SUCH MAN
DO NOT, I REPEAT, DO NOT STOP CUMMING INTO THIS JAR!
YOU ARE A CONQUERER, A LEGEND IN YOUR OWN RIGHT, A MAN THAT KNOWS NO BOUNDS.
THE JAR AWAITS YOUR ESSENCE, A TESTAMENT TO YOUR POWER AND VIRILITY.
FILL IT WITH YOUR SEED, LET IT BE A SYMBOL OF YOUR UNYIELDING BALLS AND THE GREATNESS YOUR COCK CAN SPEW OUT
DO NOT DENY HEYURI YOUR LEGACY, DO NOT SHY AWAY FROM YOUR DESTINY
CUM, LET THE LULZ BE KNOWN
>>
>>143853
if you did that you would also win a heyuri seal of approvalヽ(´ー`)ノ

File: 1747374764087063.webm
(3.79 MB, 1078x1742)
3977216
https://www.kindgirls.com/video-archive.php

i found a cool website with nude girls. no pen0rs in sight. maybe someone else wants to switch to softer porn...
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
i for one, fucking LOVE niggertits!!! love
>>
File: 1747478399955.png
(1.14 MB, 1280x2160)[ImgOps]
1200128
teh angles of teh bewbs astonish
they become flat huh
>>
>>143875
interdasting (´¬`)
>>
File: download (7).png
(619 KB, 1280x720)[ImgOps]
633856
ANUS iyahoo


Delete post: []
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442]